SftTree/NET 2.0

TopParent Property, ItemClass Class

Softel vdm, Inc.

Returns the item's top-most parent item.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property TopParent As ItemClass

C#   

public ItemClass TopParent { get; }

C++   

public: property ItemClass^ TopParent {
        ItemClass^ get();
}

Property Value

The top-most parent item or null/Nothing if the item is a top-most item.

Comments

The TopParent property returns the item's top-most parent item.

To find an item's immediate parent, use the Parent property instead.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com